Skip to content

Guest VMs should get vsock devices by default#10037

Open
papertigers wants to merge 3 commits intomainfrom
spr/papertigers/guest-vms-should-get-vsock-devices-by-default
Open

Guest VMs should get vsock devices by default#10037
papertigers wants to merge 3 commits intomainfrom
spr/papertigers/guest-vms-should-get-vsock-devices-by-default

Conversation

@papertigers
Copy link
Contributor

@papertigers papertigers commented Mar 11, 2026

All Oxide VMs should get a vsock device by default that gives the guest access to the vm attestation socket server as defined in RFD 605.

Fixes: #10000

Created using jj-spr 0.1.0
component_names::VSOCK,
Component::VirtioSocket(VirtioSocket {
guest_cid: VSOCK_GUEST_CID,
pci_path: PciPath { bus: 0, device: 0x19, function: 0 },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to pick a real BDF for vsock before this lands. This value is here just to allow me to test things.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iximeow would appreciate some guidance here

@papertigers papertigers marked this pull request as ready for review March 16, 2026 22:08
Created using jj-spr 0.1.0
Created using jj-spr 0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

guest VMs should get vsock devices by default

1 participant